Sends a packet and waits for a corresponding response from the external device, until the timeout elapses.

ADP0001_0 (ver: 200) Data Adapter : Unsupported
ADP0001_0 (ver: 200) Data Adapter : Unsupported
ADP0002_0 (ver: 100) Data Adapter : Supported
ADP0002_0 (ver: 100) Data Adapter : Supported
|
|
Device In Device # Identification |
|
|
error in (no error) error in can accept error information wired from VIs previously called. |
|
|
status status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
|
|
code code is the error or warning code. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
|
|
source source describes the origin of the error or warning. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
|
|
data The data to send. |
|
|
Numeric Data bytes |
|
|
Device Out Same as Device In |
|
|
error out error out passes error or warning information out of a VI to be used by other VIs. |
|
|
status status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred. Right-click the error out control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
|
|
code code is the error or warning code. Right-click the error out control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
|
|
source source describes the origin of the error or warning. Right-click the error out control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |
|
|
recvData The received data. |
|
|
|
|
recvDataLen Specifies the length of the recvData array. Returns the number of bytes recieved. If the received data is longer than the recvData array, an error will be thrown. Any error detected in the received data will result in this argument becoming 0. |